home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_1534 / frame_170 / DoAction.as < prev   
Encoding:
Text File  |  2004-09-30  |  540 b   |  34 lines

  1. if(B2A)
  2. {
  3.    Text1 = "Jasn{invalid_utf8=236}. Let{invalid_utf8=237}m na Solaris.";
  4.    if(_root.menu.eng)
  5.    {
  6.       Text1 = "Sure, I\'m flying to Solaris.";
  7.    }
  8. }
  9. else
  10. {
  11.    Text1 = "";
  12.    setProperty("But1", _visible, false);
  13. }
  14. if(B2B)
  15. {
  16.    Text2 = "Solaris?";
  17. }
  18. else
  19. {
  20.    if(_root.menu.eng)
  21.    {
  22.       Text2 = "Solaris?";
  23.    }
  24.    Text2 = "";
  25.    setProperty("But2", _visible, false);
  26. }
  27. Text3 = "";
  28. Text4 = "";
  29. But1.Varianta = "A";
  30. But2.Varianta = "B";
  31. Level = "22";
  32. But1.Enabled = B2A;
  33. But2.Enabled = B2B;
  34.